[NTG-context] white space after a float in a column

2019-08-10 Thread Sytse knyps...@home.nl
\setuptolerance[verytolerant,stretch]
 \setupframedtexts[frame=on,corner=round,width=local] 
\setuplayout[grid=yes]
 \starttext
 \startcolumnset[Two]
 \input knuth \par 
 \placeintermezzo[bottom][]{}
 \startframedtext
 \input tufte \par
 \stopframedtext

Re: [NTG-context] slanting an intermezzo.

2015-03-26 Thread Otared Kavian
Hi John, Maybe playing with something like what follows will help: begin tilted-framed.tex \starttext \placeintermezzo[right,none]{} \rotate[rotation=-10]{\startframedtext[width=3in] \midaligned{\bf RECIPE FOR SUCCESS} \par \noindent

[NTG-context] slanting an intermezzo.

2015-03-25 Thread John Culleton
do I cause it to lean to the left about 3 degrees? -- \starttext \setupframed[background=screen,framecorner=rectangular,backgroundscreen=0.70] \placeintermezzo[right,none]{} \startframedtext[width=3in] \centerline {\bf RECIPE FOR SUCCESS

[NTG-context] setting columns in a text frame.

2015-03-22 Thread John Culleton
: --- \setupframed[framecorner=round, frameradius=1em, background=screen, backgroundscreen=0.70, backgroundcorner=round, backgroundradius=1em, corner=round, radius=1em] \starttext \placeintermezzo[center,none]{} \starttext \startframedtext[] [width=\hsize] \centerline{\ss\tfb Interest in Green, Organic, and Local

Re: [NTG-context] setting columns in a text frame.

2015-03-22 Thread Wolfgang Schuster
is blank. here is my code: --- \setupframed[framecorner=round, frameradius=1em, background=screen, backgroundscreen=0.70, backgroundcorner=round, backgroundradius=1em, corner=round, radius=1em] \starttext \placeintermezzo[center,none]{} \starttext

[NTG-context] PLacing framed text.

2015-03-18 Thread John Culleton
I know how to place an intermezzo, e.g. \starttext \setupframed[framecorner=round, frameradius=1em, background=screen, backgroundscreen=0.70, backgroundcorner=round, backgroundradius=1em, corner=round, radius=1em] \definefloat[intermezzo]{ } \placeintermezzo[right]{} \startframedtext[width=3.2in

Re: [NTG-context] Get rid of caption on an intermezzo.

2015-03-04 Thread John Culleton
] \definefloat[intermezzo]{ } \kern 5em\placeintermezzo[right]{} \startframedtext[width=3.2in] \centerline{\ss\tfb Life Before Specialty} \centerline{\ss\tfb Food Marketing} \tfx What food entrepeneurs did before starting a specialty food firm (in order of prevalence): \startitemize[1] \item

[NTG-context] Get rid of caption on an intermezzo.

2015-02-25 Thread John Culleton
here is my code segment to date: \setupframed[framecorner=round, frameradius=1em, background=screen, backgroundscreen=0.70, backgroundcorner=round, backgroundradius=1em, corner=round, radius=1em] \definefloat[intermezzo]{ } \kern 5em\placeintermezzo[right]{} \startframedtext[width=3.2in

Re: [NTG-context] Pagination problem with an intermezzo containing a footnote

2011-03-12 Thread Wolfgang Schuster
Am 11.03.2011 um 20:54 schrieb mathew: \starttext This is a sample document to demonstrate a possible bug. You will probably see a footnote below which appears before the page it's referenced from. \placeintermezzo[page][block:example]{Demonstrating a bug} \startframedtext[width=0.8

[NTG-context] Pagination problem with an intermezzo containing a footnote

2011-03-11 Thread mathew
\starttext This is a sample document to demonstrate a possible bug. You will probably see a footnote below which appears before the page it's referenced from. \placeintermezzo[page][block:example]{Demonstrating a bug} \startframedtext[width=0.8\makeupwidth] This is a rather dull intermezzo

Re: [NTG-context] \setupfloat[..][..., after=\stopframedtext] not working?

2009-12-05 Thread Wolfgang Schuster
Am 02.12.2009 um 16:15 schrieb Hans Hagen: Matthijs Kooijman wrote: Hi all, the following example is not working for me: \setupfloat[intermezzo][before=\startframedtext[width=10cm],after=\stopframedtext] \starttext \placeintermezzo{Caption}{Text} \stoptext It fails

[NTG-context] \setupfloat[..][..., after=\stopframedtext] not working?

2009-12-02 Thread Matthijs Kooijman
Hi all, the following example is not working for me: \setupfloat[intermezzo][before=\startframedtext[width=10cm],after=\stopframedtext] \starttext \placeintermezzo{Caption}{Text} \stoptext It fails with the following message: ! Undefined control sequence. \stopframedtext

Re: [NTG-context] \setupfloat[..][..., after=\stopframedtext] not working?

2009-12-02 Thread Hans Hagen
Matthijs Kooijman wrote: Hi all, the following example is not working for me: \setupfloat[intermezzo][before=\startframedtext[width=10cm],after=\stopframedtext] \starttext \placeintermezzo{Caption}{Text} \stoptext It fails with the following message: ! Undefined control sequence

Re: [NTG-context] \setupfloat[..][..., after=\stopframedtext] not working?

2009-12-02 Thread Matthijs Kooijman
Hi Hans, however, floats can have frames anyway so you don't need the framedtext I was not after the frame, but after the width. I want to put some text in a float and have the main body text wrap around that. I can do this by putting the startframedtext inside the placeintermezzo call, but I'd

[NTG-context] old sidebar example

2009-09-25 Thread Piotr Kopszak
\setupmarginblocks[ style=small, width=5cm, before=\startmyohmy, after={\relax,\stopmyohmy}, align=middle, ] \long\def\sidebar#1{\placeintermezzo{}{\startmyohmy #1 \relax\stopmyohmy}} \starttext \input ward \placeintermezzo{}{\startmyohmy\input dawkins \relax\stopmyohmy} \dorecurse{3}{\input

Re: [NTG-context] old sidebar example

2009-09-25 Thread Piotr Kopszak
,\stopmyohmy}, align=middle, ] \long\def\sidebar#1{\placeintermezzo{}{\startmyohmy #1 \relax\stopmyohmy}} \starttext \input ward \placeintermezzo{}{\startmyohmy\input dawkins \relax\stopmyohmy} \dorecurse{3}{\input knuth \par} \page[yes] \input ward \placeintermezzo{}{\input dawkins\relax

Re: [NTG-context] footnotes in margin

2006-03-21 Thread John R. Culleton
, backgroundcorner=round, backgroundradius=6pt,background=screen,backgroundscreen=.8] %\showframe \setupmarginblocks[ style=small, width=5cm, before=\startmyohmy, after={\relax,\stopmyohmy}, align=middle, ] \long\def\sidebar#1{\placeintermezzo{}{\startmyohmy #1

Re: [NTG-context] Back to sidebars.

2005-12-06 Thread Willi Egger
Hi, since wich version is this command in the distro? At least in my case with ConTeXt ver: 2005.11.16 fmt: 2005.11.17 there is not. Willi Taco Hoekwater wrote: Hi, John R. Culleton wrote: \long\def\sidebar#1{\placeintermezzo{}{\startmyohmy #1 \relax\stopmyohmy}} ...which seems

Re: [NTG-context] Sidebars and versals Oh my!

2004-12-27 Thread Adam Lindsay
interpretation, using the things I do know (or figured out this morning): \setupfloat [intermezzo] [leftmargindistance=-\outercombitotal, rightmargindistance=-\outercombitotal, default=outer] \setupcaption[intermezzo][location=none] \starttext \showframe \input ward \placeintermezzo

Re: [NTG-context] Sidebars and versals Oh my!

2004-12-27 Thread John Culleton
what luck I have. \setupfloat [intermezzo] [leftmargindistance=-\outercombitotal, rightmargindistance=-\outercombitotal, default=outer] \setupcaption[intermezzo][location=none] \starttext \showframe \input ward \placeintermezzo{}{\framedtext[width=7cm]{\tfx\input dawkins

Re: [NTG-context] Sidebars and versals Oh my!

2004-12-27 Thread Hans Hagen
] [leftmargindistance=-\outercombitotal, rightmargindistance=-\outercombitotal, default=outer] \setupcaption[intermezzo][location=none] \starttext \showframe \input ward \placeintermezzo{}{\framedtext[width=7cm]{\tfx\input dawkins }} \dorecurse{3}{\input knuth \par} \stoptext What I don't know

Re: [NTG-context] Sidebars and versals Oh my!

2004-12-27 Thread John Culleton
=-\outercombitotal, rightmargindistance=-\outercombitotal, default=outer] \setupcaption[intermezzo][location=none] \defineframedtext [myohmy] [width=7cm,bodyfont=small,corner=round,background=screen,backgroundscreen=. 6] \showframe \input ward \placeintermezzo{}{\startmyohmy \input